chore(release): version packages - #421
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
25 times, most recently
from
July 10, 2026 15:24
32f1304 to
3501b04
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 10, 2026 15:43
3501b04 to
633d74d
Compare
Contributor
Author
|
Preview removed for PR #421. |
crs48
added a commit
that referenced
this pull request
Jul 10, 2026
npm 12.0.0 (released today, now `npm@latest`) is missing the `sigstore` module its own `libnpmpublish` provenance path requires — every `--provenance` publish dies with `MODULE_NOT_FOUND`. This broke today's release run (nothing published; all packages still at their prior versions, no partial state). Pin the trusted-publishing step to `npm@11` (what all previous successful releases used). Bump deliberately once a 12.x publish is verified. After merge, the push-triggered npm Release run should publish the staged 0.8.0/0.2.0 versions from #421. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@xnetjs/devkit@1.0.0
Major Changes
677856eThanks @crs48! - Secure the browser↔local-model bridge (exploration 0289).@xnetjs/devkit(breaking): the agent bridge daemon now requires aper-launch pairing token (
Authorization: Bearer <token>, constant-timecompared) on its data endpoints (
/v1/chat/completions,/run) and validatesthe
Hostheader to reject DNS-rebinding requests.BridgeServerConfiggainspairingToken?,BridgeServerHandleexposespairingToken, and a token isauto-generated when none is supplied — so a client that previously called the
data endpoints with no auth now gets
401./healthstays unauthenticated sodetection still works before pairing. New
openAiChatAgentlets the bridgefront a raw OpenAI-compatible model server (Ollama/LM Studio) through the same
authenticated door.
@xnetjs/plugins:ConnectorEnvgainsappOriginand the local-serversetup hint now names the exact
OLLAMA_ORIGINS=<origin>line (never awildcard); new
localServerSetupHintexport; the MCP HTTP transport nowvalidates the
Hostheader (defense-in-depth, no change for legitimatecallers). Additive.
@xnetjs/cli:xnet bridge serveprints the pairing code and gains--token(pin the code) and--upstream/--upstream-model(front a rawlocal model). Additive.
Patch Changes
10c9f87Thanks @crs48! - Isolate git subprocesses from inherited repo-location env. When the dev loop (orits tests) ran while a git hook was active — e.g. husky
pre-pushrunningpnpm test— the hook's exportedGIT_DIR/GIT_WORK_TREE/GIT_INDEX_FILEleaked into
gitchildren and overrode the explicitcwd, so operations(
config,commit, evenpush) targeted the hook's repo instead of therequested worktree.
NodeCommandRunnernow scrubs git's repo-location env varsfor
gitinvocations socwdis always authoritative; an explicitoptions.enventry still wins.@xnetjs/cli@0.1.0
Minor Changes
677856eThanks @crs48! - Secure the browser↔local-model bridge (exploration 0289).@xnetjs/devkit(breaking): the agent bridge daemon now requires aper-launch pairing token (
Authorization: Bearer <token>, constant-timecompared) on its data endpoints (
/v1/chat/completions,/run) and validatesthe
Hostheader to reject DNS-rebinding requests.BridgeServerConfiggainspairingToken?,BridgeServerHandleexposespairingToken, and a token isauto-generated when none is supplied — so a client that previously called the
data endpoints with no auth now gets
401./healthstays unauthenticated sodetection still works before pairing. New
openAiChatAgentlets the bridgefront a raw OpenAI-compatible model server (Ollama/LM Studio) through the same
authenticated door.
@xnetjs/plugins:ConnectorEnvgainsappOriginand the local-serversetup hint now names the exact
OLLAMA_ORIGINS=<origin>line (never awildcard); new
localServerSetupHintexport; the MCP HTTP transport nowvalidates the
Hostheader (defense-in-depth, no change for legitimatecallers). Additive.
@xnetjs/cli:xnet bridge serveprints the pairing code and gains--token(pin the code) and--upstream/--upstream-model(front a rawlocal model). Additive.
Patch Changes
dd3b1cb,853d849,10c9f87,677856e]:@xnetjs/plugins@0.8.0
Minor Changes
#420
dd3b1cbThanks @crs48! - Single-shell layout primitives (exploration 0284):createDefaultTree()andDEFAULT_WORKSPACE_IDjoin the workspace layout API — the one canonical tree (a sectioned sidebar in the rail, the full left dock, tabs on) that replaces the quiet/calm/bench preset trichotomy. Purely additive:createPresetTreeand the preset ids remain for the devtools seed and portable-workspace round-trips.#439
677856eThanks @crs48! - Secure the browser↔local-model bridge (exploration 0289).@xnetjs/devkit(breaking): the agent bridge daemon now requires aper-launch pairing token (
Authorization: Bearer <token>, constant-timecompared) on its data endpoints (
/v1/chat/completions,/run) and validatesthe
Hostheader to reject DNS-rebinding requests.BridgeServerConfiggainspairingToken?,BridgeServerHandleexposespairingToken, and a token isauto-generated when none is supplied — so a client that previously called the
data endpoints with no auth now gets
401./healthstays unauthenticated sodetection still works before pairing. New
openAiChatAgentlets the bridgefront a raw OpenAI-compatible model server (Ollama/LM Studio) through the same
authenticated door.
@xnetjs/plugins:ConnectorEnvgainsappOriginand the local-serversetup hint now names the exact
OLLAMA_ORIGINS=<origin>line (never awildcard); new
localServerSetupHintexport; the MCP HTTP transport nowvalidates the
Hostheader (defense-in-depth, no change for legitimatecallers). Additive.
@xnetjs/cli:xnet bridge serveprints the pairing code and gains--token(pin the code) and--upstream/--upstream-model(front a rawlocal model). Additive.
Patch Changes
@xnetjs/runtime@0.2.0
Minor Changes
853d849Thanks @crs48! -NodeStoreSyncProvidernow handles hub capacity rejections gracefully: on the firstQUOTA_EXCEEDED(over the hub's per-user cap) orSTORAGE_FULL(hub disk full) rejection it pauses outbound sync instead of re-flooding the hub, keeps local data intact, and resumes on the next reconnect. Subscribe to the newonSyncBlocked(listener)API (withSyncBlockedReason/SyncBlockedListenertypes) to surface a "storage full" notice in your app.Patch Changes
dd3b1cb,677856e]:@xnetjs/abuse@0.8.0
Patch Changes
@xnetjs/crypto@0.8.0
Patch Changes
@xnetjs/data@0.8.0
Patch Changes
@xnetjs/data-bridge@0.8.0
Patch Changes
@xnetjs/history@0.8.0
Patch Changes
@xnetjs/identity@0.8.0
Patch Changes
@xnetjs/react@0.8.0
Patch Changes
dd3b1cb,853d849,677856e]:@xnetjs/storage@0.8.0
Patch Changes
@xnetjs/sync@0.8.0
Patch Changes
@xnetjs/core@0.8.0
@xnetjs/sqlite@0.8.0
xnet-cloud@0.0.11
Patch Changes
@xnetjs/brain@0.0.12
Patch Changes
@xnetjs/comms@0.0.12
Patch Changes
@xnetjs/dashboard@0.0.12
Patch Changes
dd3b1cb,677856e]:@xnetjs/labs@0.0.12
Patch Changes
dd3b1cb,677856e]:@xnetjs/licenses@0.0.12
Patch Changes
@xnetjs/maps@0.0.12
Patch Changes
@xnetjs/meetings@0.0.5
Patch Changes
dd3b1cb,677856e]:@xnetjs/server@0.0.11
Patch Changes
@xnetjs/social@0.0.12
Patch Changes
@xnetjs/unreal@0.0.12
Patch Changes
xnet-desktop@0.8.0
Desktop shell release riding the @xnetjs/core 0.8.0 train. Desktop-specific changes are not tracked here; see the core packages' changelogs for what shipped.